KeyboardButtonPollType

@Serializable
data class KeyboardButtonPollType(val type: PollType? = null)

This object represents type of a poll, which is allowed to be created and sent when the corresponding button is pressed.

Api reference

Constructors

Link copied to clipboard
constructor(type: PollType? = null)

Properties

Link copied to clipboard
val type: PollType? = null

Optional. If quiz is passed, the user will be allowed to create only polls in the quiz mode. If regular is passed, only regular polls will be allowed. Otherwise, the user will be allowed to create a poll of any type.